class list
英 [klɑːs lɪst]
美 [klæs lɪst]
网络 类列表; 班级名单
英英释义
noun
- a list issued by examiners that categorizes students according to the class of honours they achieved in their degree examinations
双语例句
- The Action class has the list variables named state and status.
Action类具有列表变量,名为state和status。 - Once found, select the Java class from the list of available options and click OK to complete the add process.
找到之后,从可用选项列表中选择此Java类,并单击OK,从而完成添加过程。 - The presenter is expected to include material from papers outside of those assigned by the class reading list, such as looking up key papers from the cited references.
希望报告者能追加课程中指定读物,譬如查阅参考资料中的关键论文。 - For example, look at the class list of the parents of your kids 'friends.
比如说,看看你的小孩朋友的父母名单。 - You could have your FixedList class implement the List interface as well, but then you are faced with the unsavory task of providing an implementation for all of the List methods.
您也可以让您的FixedList类实现List接口,但是您需要面对一项烦人的工作:为所有List方法提供一个实现。 - The JobList class provides a list of jobs based on selection criteria.
JobList类基于选择标准提供作业列表。 - This paper discusses the implementation of scanned geological image file digitalization with array template class and link list in VC++, which includes screen gathering of initialized data, dynamic storing and abstraction of data.
讨论了在VC++环境下,用数组模板类和链表实现扫描的地质图像文件的数字化-包括初始数据的屏幕采集,数据的动态存储和提取。 - I use the Feed class to get the list of articles.
我使用Feed类来获取文章列表。 - This thesis introduces a structure of classification called Class Distribution List. The CDL can be got through carrying out direct classification on original data sets.
本文引入了一种表示分类的结构&类分布链表,它可以通过对原始数据集进行直接分类获得。 - D automatically implements those interfaces via B.If you restate the interfaces in D's base class list then the C# compiler will do an interface reimplementation.
D通过B也就自动实现了那些接口。如果你在D的基类列表中显式声明了这些接口的话,那么C编译器将会做一次接口重新实现。